Description ​
The GR32_Transforms unit uses
TFloatMatrix:matrix using 32-bit floating-point precision ( TFloat).TFixedMatrix:matrix using 16.16 fixed-point precision ( TFixed).IdentityMatrix:constant identity matrix ( , ).
Types & Constants ​
| Identifier | Type / Declaration | Description |
|---|---|---|
TFloatMatrix | array [0..2, 0..2] of TFloat; | |
TFixedMatrix | array [0..2, 0..2] of TFixed; | |
IdentityMatrix | const IdentityMatrix: TFloatMatrix | Constant |